projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b34dbb
)
Remove "atmel_df_pow2" binary with "make clean"
author
Wolfgang Denk
<
[email protected]
>
Mon, 7 Sep 2009 21:52:31 +0000
(23:52 +0200)
committer
Wolfgang Denk
<
[email protected]
>
Thu, 10 Sep 2009 20:47:43 +0000
(22:47 +0200)
Commit
65f6f07b
added support for the atmel_df_pow2 standalone program
but missed to add a rule to remove it to the "clean" make target.
Signed-off-by: Wolfgang Denk <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0449a5bb703117bac595c82d87986788eb3f7805..54610c637a71751d9c16b42b5b30d4caf00aae06 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3717,6
+3717,7
@@
grsim_leon2_config : unconfig
clean:
@rm -f $(obj)examples/standalone/82559_eeprom \
+ $(obj)examples/standalone/atmel_df_pow2 \
$(obj)examples/standalone/eepro100_eeprom \
$(obj)examples/standalone/hello_world \
$(obj)examples/standalone/interrupt \